Landfills in Sub-Saharan Africa A Case Study of Ghana and Kenya
Author
Nykol Tudor and Labanya Paul
Robustness checks
For robustness checks, We added control variable to our models.We added the control -that wether the the head of the household is a male or not(HHEADSEX_male). We ran the regression for both Ghana and Kenya.
For Ghana, we ran the Two way fixed effects model with control variable The coefficient of the Treatment variable is -0.065, although not statistically significant. The negative coefficient can be still interpreted as there is a negative impact on wealth if household is near the landfill i.e it belongs to the treatment group. But as the result is not statistically significant, we cannot come to any conclusion. A negative coefficient of -0.001 for the control variable HHEAD_male is also not statistically significant.
library(modelsummary)
Warning: package 'modelsummary' was built under R version 4.3.3
`modelsummary` 2.0.0 now uses `tinytable` as its default table-drawing
backend. Learn more at: https://vincentarelbundock.github.io/tinytable/
Revert to `kableExtra` for one session:
options(modelsummary_factory_default = 'kableExtra')
options(modelsummary_factory_latex = 'kableExtra')
options(modelsummary_factory_html = 'kableExtra')
Silence this message forever:
config_modelsummary(startup_message = FALSE)
library(here)
Warning: package 'here' was built under R version 4.3.3
here() starts at C:/Users/laban/Downloads/Empirical_Research
For ghana Landfill effects for the year 2014, the results did not differ much from the TWFE.
Both the treatment and control coefficient were negative and statistically insignificant. But, now the coefficient for the control variable increased to -0.023. From the negative coefficient of the control variable we can say that a household having a male member as its head does not definitely conclude that the household will have more income. Although none of the results are statistically significant hence no conclusions could be drawn.
For Kenya, We ran landfill fixed effects with the control.
The treatment coefficient is positive 0.095. It shows that being close to the landfills has a positive impact on the wealth/income of the household. The coefficient of control variable remains negative -0.016. Again unfortunately neither of the results are statistically significant to draw conclusions.